GrapeCity SPREAD for WPF 2.0J
InsertRange メソッド

新しい要素を挿入する位置の0から始まるインデックス。
SpreadCollection<T> に挿入する要素を含むコレクション。
SpreadCollection<T> の指定したインデックスにコレクションの要素を挿入します。
構文
'Declaration
 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of T) _
) 
public void InsertRange( 
   int index,
   IEnumerable<T> collection
)

パラメータ

index
新しい要素を挿入する位置の0から始まるインデックス。
collection
SpreadCollection<T> に挿入する要素を含むコレクション。
例外
例外説明
System.ArgumentNullExceptioncollection null です。
System.ArgumentOutOfRangeExceptionindex が0未満です。または、indexCount を超えています。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.